@charset "UTF-8";
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  /* 滑块颜色  滚动条背景颜色 未生效 */
  scrollbar-width: thin;
  /* 滚动条宽度有三种：thin、auto、none */
}

.hot-tag::-webkit-scrollbar {
  width: 6px;
}

.hot-tag::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 5px;
}

.hot-tag::-webkit-scrollbar-track {
  background-color: #fff;
}

.mb8 {
  margin-bottom: 8px;
}

.mod-banner a {
  float: left;
  width: 48%;
  margin: 1%;
  border-radius: 4px;
  overflow: hidden;
}

.fenlei {
  position: relative;
  z-index: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.fenlei .fenlei-list {
  display: table;
  word-spacing: -1em;
  /*兼容其他浏览器*/
  width: 100%;
  position: relative;
  padding: 7px 0 7px 43px;
  border-bottom: 1px dashed #dbdbdb;
}

.fenlei .fenlei-list:last-child {
  border: none !important;
}

.fenlei .fenlei-list span {
  position: absolute;
  display: block;
  width: 38px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #684b26;
  background: #c49a60;
  background: linear-gradient(26deg, #c49a60, #f2dcbb);
  left: 0;
  border-radius: 3px;
}

.fenlei .fenlei-list span::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: url(../images/feilei-bg.png) no-repeat center center;
  top: 0;
  right: -4px;
}

.fenlei .fenlei-list ul {
  width: 100%;
}

.fenlei .fenlei-list ul li {
  display: inline-block;
  padding: 0 12px;
}

.fenlei .fenlei-list ul li a img {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  margin-right: 5px;
}

.fenlei .fenlei-list ul li.more {
  position: absolute;
  right: 0;
}

.fenlei .fenlei-list ul li.more a {
  color: #283e7e;
}

.fenlei .fenlei-list ul li:hover a {
  color: #c99c59;
  border-bottom: 1px solid #c99c59;
}

.fenlei .fenlei-list.school-fenlei-list {
  display: flex;
  align-items: center;
  padding-right: 50px;
  padding-bottom: 5px;
}

.fenlei .fenlei-list.school-fenlei-list ul li {
  width: 156px;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
}

.fenlei .fenlei-list.school-fenlei-list ul li.more {
  width: 70px;
  text-align: center;
  top: 50%;
  padding: 0;
  margin-top: -10px;
}

.main01 {
  padding: 20px 0;
  background: #f9f9f9;
}

.banner-box {
  position: relative;
  float: right;
  width: 470px;
}

.banner-box .carousel-inner {
  border-radius: 4px;
  overflow: hidden;
}

.banner-box .carousel-indicators {
  width: 100%;
  padding-right: 20px;
  text-align: right;
  left: 0;
  margin-right: 0;
  margin-left: 0;
}

.banner-box .carousel-indicators li {
  display: inline-block;
  width: 18px !important;
  height: 5px !important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 0 3px;
  border: none !important;
  background-color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.banner-box .carousel-indicators li img {
  display: none;
}

.banner-box .carousel-indicators .active {
  filter: alpha(opacity=10);
  opacity: 1;
  -webkit-filter: alpha(opacity=10);
}

.scrap {
  float: left;
  width: 720px;
  padding: 20px 20px 7px;
  background: #fff;
  border-radius: 4px;
}

.scrap .top-hot {
  display: flex;
  overflow: hidden;
  padding-left: 80px;
  font-size: 20px;
  line-height: 25px;
  color: #333;
  font-weight: bold;
  background: url(../images/top-hot-img.png) no-repeat left center;
  margin-bottom: 18px;
}

.scrap .top-hot.no-bg {
  margin-top: 5px;
  padding-left: 0 !important;
  background: none !important;
}

.scrap .top-hot a {
  display: inline-block;
  color: #333;
  white-space: nowrap;
  margin-right: 20px;
}

.scrap .top-hot a:hover {
  color: #f82d3a;
  text-decoration: underline !important;
}

.scrap .top-hot a.yuloo-red {
  color: #f82d3a !important;
}

.scrap .top-hot a.yuloo-bold {
  font-weight: bold !important;
}

.scrap ul {
  display: flex;
  overflow: hidden;
}

.scrap ul li {
  height: 32px;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-right: 20px;
}

.scrap ul li.scrap-sub-tit {
  min-width: 43px;
  font-size: 15px;
  color: #333;
  margin-right: 10px;
}

.scrap ul li.scrap-sub-tit span {
  position: relative;
  display: inline-block;
  width: 100%;
}

.scrap ul li.scrap-sub-tit span::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  background: #555;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

.scrap ul li a {
  width: 100%;
  display: inline-block;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scrap ul li a:hover {
  color: #f82d3a;
  text-decoration: underline !important;
}

.scrap ul li.yuloo-red a {
  color: #f82d3a !important;
}

.scrap ul li.yuloo-bold a {
  font-weight: bold !important;
}

.news li {
  height: 32px;
  line-height: 32px;
}

.news li > span {
  float: right;
  width: 40px;
  color: #999;
  text-align: right;
}

.news li a {
  color: #555;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news li a:hover {
  color: #c99c59;
}

.news li:hover > span {
  color: #c99c59;
}

.news.dynamic li {
  background: none !important;
  padding-left: 0 !important;
}

.news.dynamic li a {
  float: left;
  width: 72%;
  width: calc(100% - 90px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news.dynamic li a:first-child {
  width: 90px !important;
}

.news.dynamic li a:hover {
  color: #c99c59;
}

.news.dynamic li a > span {
  float: left;
  width: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.news.dynamic li a > span:hover {
  color: #c99c59;
}

.news.dynamic li a > em {
  float: left;
}

.moudle-title {
  height: 42px;
  padding-bottom: 11px;
  border-bottom: 3px solid #e8e8e8;
  margin-bottom: 20px;
}

.moudle-title h2 {
  position: relative;
  float: left;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid #283e7e;
  padding-bottom: 10px;
}

.moudle-title h2::before {
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 7px;
  background: url(../images/xiexian.png) no-repeat center center;
  right: -7px;
  bottom: -4px;
}

.moudle-title ul {
  position: relative;
  float: right;
  display: table;
  word-spacing: -1em;
  /*兼容其他浏览器*/
  padding: 8px 16px 8px 0;
}

.moudle-title ul li {
  display: inline-block;
  line-height: 24px;
}

.moudle-title ul li a {
  padding: 0 20px;
  border-right: 1px solid #ddd;
}

.moudle-title ul li:last-child a {
  border: none !important;
  padding-right: 0 !important;
}

.moudle-title ul::before {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 12px;
  top: 15px;
  right: 0;
}

.hot-tag-md .moudle-title h2, .news-moudle .moudle-title h2 {
  font-size: 22px;
  line-height: 29px;
}

.moudle-main > div {
  float: left;
  height: 470px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
}

.moudle-main .brief-box {
  width: 312px;
  padding: 8px;
  background-size: cover;
}

.moudle-main .brief-box .zs-p {
  white-space: nowrap;
}

.moudle-main .mix-box {
  width: 502px;
  margin: 0 11px;
}

.moudle-main .news-box {
  width: 363px;
}

.border-box {
  position: relative;
  height: 100%;
  padding: 60px 12px 18px;
  border: 1px solid #283e7e;
  border-radius: 4px;
}

.brief-title {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  padding: 0 13px;
}

.brief-title::before {
  position: absolute;
  content: '';
  display: block;
  width: 24px;
  height: 100%;
  right: -24px;
  top: 0;
}

.brief-text {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  padding: 5px 13px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}

.sz-md .brief-type-list {
  white-space: nowrap;
}

.brief-type-list {
  position: relative;
  padding-left: 84px;
  margin-bottom: 12px;
  line-height: 20px;
}

.brief-type-list.brief-type-list-all {
  width: 100% !important;
}

.brief-type-list > b {
  position: absolute;
  color: #fff;
  width: 74px;
  font-weight: normal;
  border-radius: 10px 0 10px 0;
  top: 2px;
  left: 0;
  text-align: center;
}

.brief-type-list .price {
  font-size: 16px;
  font-weight: bold;
}

.brief-type-list .price, .brief-type-list .more {
  color: #c99c59;
}

.brief-type-list .bk-tag {
  display: block;
  max-width: 154px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
}

.brief-box .btn-into {
  position: absolute;
  bottom: 18px;
  display: block;
  width: 90%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  margin-top: 20px;
}

.brief-box .btn-into span {
  padding-right: 22px;
  background: url(../images/into.png) no-repeat right center;
}

.brief-box .btn-into:hover {
  background: #c99c59 !important;
}

.mix-box, .news-box {
  padding: 17px 16px 20px;
}

.mix-title, .news-title {
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}

.mix-title h3, .news-title h3 {
  float: left;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}

.mix-title a.more, .news-title a.more {
  float: right;
  font-size: 12px;
  color: #b1b1b1;
  padding-right: 14px;
  background: url(../images/more.png) no-repeat right center;
}

.mix-title a.more:hover, .news-title a.more:hover {
  color: #c99c59;
}

.school-list, .rules-list {
  margin: 0 -1% 10px;
}

.school-list dl, .rules-list dl {
  float: left;
  width: 31.333%;
  margin: 5px 1%;
  border: 1px solid #e9e9e9;
  padding: 7px 10px;
  border-radius: 4px;
}

.school-list dl dt, .rules-list dl dt {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

.school-list dl dd, .rules-list dl dd {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.school-list dl dd a, .rules-list dl dd a {
  color: #333;
}

.school-list dl dd a:hover, .rules-list dl dd a:hover {
  color: #c99c59;
}

.school-list dl dd:hover, .rules-list dl dd:hover {
  color: #c99c59;
}

.school-list li, .rules-list li {
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.school-list li a, .rules-list li a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #555;
}

.school-list li a:hover, .rules-list li a:hover {
  color: #c99c59;
}

.major-list {
  margin: 0 -1% 10px;
}

.major-list li {
  float: left;
  width: 14.666%;
  margin: 1%;
  text-align: center;
}

.major-list li a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  border-radius: 2px;
}

.major-list li a:hover {
  background: #f9f6f2 !important;
  color: #c99c59 !important;
  border-color: #c99c59 !important;
}

.rules-list dl {
  width: 48%;
}

.rules-list.row3 dl {
  width: 31.333%;
}

.news-cnt .nav-tabs {
  margin-bottom: 11px;
}

.news-cnt .nav-tabs > li > a {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 15px !important;
  background: none;
  color: #333;
  background: #fff;
  border-color: #fff;
  border-bottom-color: #ddd;
}

.news-cnt .nav-tabs > li.active > a, .news-cnt .nav-tabs > li.active > a:focus, .news-cnt .nav-tabs > li.active > a:hover {
  color: #c99c59;
  background: #f9f6f2;
  border-color: #c99c59;
  border-bottom-color: transparent !important;
}

.news-cnt .tab-content .more {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none !important;
  background: url(../images/dashed-bg.png) repeat-x center left;
}

.news-cnt .tab-content .more span {
  padding: 0 10px;
  background-color: #fff;
  color: #a5aab0;
  font-size: 14px;
}

.news-cnt .tab-content .more:hover {
  background: url(../images/dashed-bg2.png) repeat-x center left;
  text-decoration: none !important;
}

.news-cnt .tab-content .more:hover span {
  color: #c99c59;
  border: none !important;
}

.school-news li, .rules-news li, .news-list li {
  font-size: 14px;
  height: 26px;
  line-height: 26px;
}

.school-news li a, .rules-news li a, .news-list li a {
  color: #555;
}

.school-news li a:hover, .rules-news li a:hover, .news-list li a:hover {
  color: #c99c59;
}

.school-news li span, .rules-news li span, .news-list li span {
  float: right;
  width: 40px;
  font-size: 12px;
  color: #aaa;
  text-align: right;
}

.school-news li:hover, .rules-news li:hover, .news-list li:hover {
  color: #c99c59;
}

.rules-news {
  margin-top: 4px;
}

.rules-news li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.school-news li > div, .news-list a {
  float: left;
  width: 80%;
  width: calc(100% - 44px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-title {
  height: 25px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 5px;
}

.news-title h3 {
  position: relative;
  padding-bottom: 6px;
}

.news-title h3 .sanjiao {
  position: absolute;
  width: 10px;
  height: 5px;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.news-list li {
  padding-left: 10px;
  background: url(http://www.bkzzy.com/static/zaizhiyandlz/images/li-bg.jpg) no-repeat left center;
}

.h3-icon {
  padding: 2px 10px;
  margin-right: 4px;
  background: url(../images/index-icon.png) no-repeat;
}

.error-icon, .success-icon {
  padding: 0 8px;
  background: url(../images/icon.png) no-repeat;
}

.error-icon {
  background-position: -12px -48px;
}

.success-icon {
  background-position: -12px 1px;
}

.news-box .review-tabs {
  margin: -17px -16px 7px;
}

.news-box .review-tabs ul li {
  width: 50%;
  text-align: center;
}

.news-box .review-tabs ul li a {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
  margin: 0 auto;
  padding: 4px;
  border: none !important;
}

.news-box .review-tabs ul > li.active > a,
.news-box .review-tabs ul > li.active > a:focus,
.news-box .review-tabs ul > li.active > a:hover,
.news-box .review-tabs ul > li > a:focus,
.news-box .review-tabs ul > li > a:hover {
  color: #fff;
  font-weight: bold;
  background: #c99c59 !important;
}

.news-box .btn-more {
  display: block;
  font-size: 14px;
  color: #c99c59;
  border: 1px solid #c99c59;
  border-radius: 2px;
  line-height: 26px;
  text-align: center;
  margin-top: 12px;
}

.sec-word {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sec-word .sec-word-tit {
  float: left;
  font-size: 16px;
  line-height: 22px;
  width: 122px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url(../images/sec-word-bg1.jpg) no-repeat center center;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px 0;
}

.sec-word ul {
  float: left;
  width: calc(100% - 122px);
  padding: 8px 4px;
  background: #fff;
}

.sec-word li {
  float: left;
  width: 16.666%;
  font-size: 13px;
  line-height: 24px;
}

.sec-word li a {
  display: block;
  margin: 4px;
  color: #333;
  border: 1px solid #e6eaf5;
  background: #f3f7fe;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}

.sec-word li a:hover {
  color: #fff;
  background: #162c6c;
  border: 1px solid #162c6c;
}

.sec-word2 .sec-word-tit {
  font-size: 14px;
  line-height: 16px;
  width: 42px;
  padding: 10px;
}

.sec-word2 ul {
  width: calc(100% - 42px);
}

.main01 > div {
  margin-bottom: 20px;
}

.main01 > div:last-child {
  margin-bottom: 0;
}

.main01-bg {
  background: #fff;
  border-radius: 4px;
}

.main01-bg .main01-form {
  float: left;
  width: 303px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main01-bg .main01-form .main01-form-tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #294083;
  border-radius: 4px 4px 0 0;
}

.main01-bg .main01-form .main01-form-tit span {
  color: #c99c59;
}

.main01-bg .main01-form .form-main {
  padding: 16px 20px;
  margin: 0 auto;
}

.main01-bg .main01-form .form-control {
  height: 32px;
  line-height: 30px;
}

.main01-bg .main01-form form > p {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #c99c59;
}

.main01-bg .main01-form .form-group {
  position: relative;
  margin-bottom: 10px;
}

.main01-bg .main01-form .form-group .bg-value {
  position: absolute;
  left: 0;
}

.main01-bg .main01-form .submit-group {
  margin-bottom: 0;
  margin-top: 3px;
}

.main01-bg .main01-form .submit-group .btn {
  float: left;
  width: 165px;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #bc8545;
  background: linear-gradient(90deg, #bc8545, #d7a76e);
  padding: 0;
  border: none;
  border-radius: 34px;
}

.main01-bg .main01-form .submit-group .easyliao-btn {
  float: left;
  width: 90px;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  color: #fff;
  text-align: center;
  border-radius: 34px;
  background: #a2a9bc;
  margin-left: 6px;
}

.select-require {
  position: relative;
}

.select-require::after {
  display: block !important;
  content: '*' !important;
  line-height: 40px;
  color: #ae2a2a;
  position: absolute;
  left: 10px;
  top: 0;
}

.select-on::after {
  display: none !important;
}

.select-require > .form-control {
  padding-left: 25px;
}

.main01-news {
  position: relative;
  float: right;
  width: 720px;
  width: calc(100% - 323px);
  height: 297px;
  border-radius: 4px;
  background: #fff;
}

.main01-news .main01-news-tit {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  text-align: center;
}

.main01-news .main01-news-tit span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 60px;
  line-height: 40px;
  background: url(../images/main01-new-tit-bg.png) no-repeat center center;
}

.main01-news .news.dynamic li {
  width: 98% !important;
  height: 29px !important;
  line-height: 29px !important;
}

.main01-news .news.dynamic li .news-tit {
  float: left;
  width: 72%;
  width: calc(100% - 44px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.main01-news .news.dynamic li .news-tit a {
  float: none !important;
  display: inline !important;
}

.main01-news .nav-tabs {
  border: none;
  border-radius: 4px 4px 0 0;
}

.main01-news .nav-tabs.row7 li {
  width: 14.285%;
}

.main01-news .nav-tabs li {
  width: 16.666%;
  height: 40px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0 !important;
  background-color: #fff;
}

.main01-news .nav-tabs li a {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  margin: 0 auto;
  border: none !important;
  border-radius: 0;
  padding: 5px 0;
  background: #fff !important;
}

.main01-news .nav-tabs li:last-child a::before {
  display: none;
}

.main01-news .nav-tabs li.active a, .main01-news .nav-tabs li.active a:focus, .main01-news .nav-tabs li.active a:hover, .main01-news .nav-tabs li a:hover {
  color: #162c6c;
}

.main01-news .nav-tabs li.active a::before, .main01-news .nav-tabs li.active a:focus::before, .main01-news .nav-tabs li.active a:hover::before, .main01-news .nav-tabs li a:hover::before {
  display: none;
}

.main01-news .nav-tabs li.active a::after, .main01-news .nav-tabs li.active a:focus::after, .main01-news .nav-tabs li.active a:hover::after, .main01-news .nav-tabs li a:hover::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #162c6c;
}

.main01-news .tab-content {
  padding: 10px 20px 20px;
}

.main01-news .tab-content .news {
  margin: 0 -1%;
}

.main01-news .tab-content .news li {
  float: left;
  width: 48%;
  margin: 0 1%;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  background: url(http://www.bkzzy.com/static/zaizhiyandlz/images/li-bg.jpg) no-repeat left center !important;
}

.main01-news .tab-content .news li a {
  width: 80%;
  width: calc(100% - 44px);
}

.main01-news .tab-content .news li > span {
  font-size: 12px;
  color: #c0c0c0;
}

.main01-news .tab-content .news .gallery {
  height: 80px !important;
  overflow: hidden;
  padding-left: 0 !important;
  background: none !important;
}

.main01-news .tab-content .news .gallery dl {
  margin-top: 10px;
}

.main01-news .tab-content .news .gallery dl dt {
  width: 106px;
  height: 68px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 13px;
}

.main01-news .tab-content .news .gallery dl dd a {
  float: none !important;
  display: inline-block;
  width: calc(100% - 120px) !important;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #444;
  font-weight: bold;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 4px;
}

.main01-news .tab-content .news .gallery dl dd a:hover {
  color: #c99c59;
}

.main01-news .tab-content .news .gallery dl dd .time {
  font-size: 12px;
  line-height: 14px;
  color: #c0c0c0;
  height: auto;
}

.main01-news .more {
  display: block;
  font-size: 14px;
  color: #c99c59;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #c99c59;
  margin-top: 10px;
}

.main01-news .more:hover {
  background: #c99c59;
  color: #fff;
}

.main01-news .major-tag-cnt {
  float: none;
  width: 100%;
  margin: 0 -5px;
}

.main01-news .major-tag-cnt li {
  float: left;
  display: inline-block;
  font-weight: normal;
  min-width: 190px;
  max-width: 280px;
  margin: 5px;
  padding: 0;
  text-align: center;
}

.main01-news .major-tag-cnt li a {
  line-height: 28px;
  padding: 5px 10px;
}

.main02 {
  padding: 30px 0;
}

.main02 .moudle {
  margin-bottom: 40px;
}

.main02 .zixun-cnt {
  margin-bottom: 12px;
}

.main02 .yxb-md {
  margin-bottom: 0 !important;
}

.main02 .yxb-md .zhinan-cnt {
  margin-bottom: 12px;
}

.news-inf-box {
  margin-bottom: 26px;
}

.news-inf-box:last-child {
  margin-bottom: 0 !important;
}

.news-inf {
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 38px;
  background: #fff;
}

.news-inf .news-inf-tit {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 30px;
}

.news-inf .news-inf-tit.news-inf-tit1 {
  background: url(../images/news-inf1.png) no-repeat left top 5px;
}

.news-inf .news-inf-tit.news-inf-tit2 {
  background: url(../images/news-inf2.png) no-repeat left top 5px;
}

.news-inf .news-inf-tit span {
  color: #c99c59;
}

.news-inf .news-inf-l, .news-inf .news-inf-r {
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 14px;
}

.news-inf .news-inf-l {
  width: 30%;
  margin-right: 1.5%;
}

.news-inf .news-inf-r {
  width: 68.5%;
}

.news-inf .news-inf-r .news-list li {
  float: left;
  width: 48%;
  line-height: 28px;
  height: 28px;
  margin: 0 1%;
}

.news-inf dl {
  padding-left: 22px;
  background: url(../images/ask-bg.png) no-repeat left 8px top 19px;
  margin-bottom: 35px;
}

.news-inf dl:last-child {
  margin-bottom: 0 !important;
}

.news-inf dl dt {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  padding-left: 3px;
}

.news-inf dl dt::after {
  display: block;
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  background: url(../images/ask-a.jpg) no-repeat center center;
  top: 0;
  left: -22px;
}

.news-inf dl dt p {
  line-height: 18px;
  height: 40px;
  overflow: hidden;
}

.news-inf dl dd {
  position: relative;
}

.news-inf dl dd::after {
  display: block;
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  background: url(../images/ask-q.jpg) no-repeat center center;
  top: 0;
  left: -22px;
}

.news-inf dl dd p {
  font-size: 14px;
  color: #555;
  line-height: 20px;
  background: #f9f6f2;
  border: 1px solid #f7e6cd;
  border-radius: 3px;
  padding: 3px 10px;
}

.news-inf dl dd p::after {
  display: block;
  position: absolute;
  content: '';
  width: 7px;
  height: 11px;
  background: url(../images/ask-pbg.png) no-repeat center center;
  top: 0;
  left: -6px;
}

.news-inf dl dd a {
  font-size: 14px;
  color: #c99c59;
}

.main03 {
  padding: 30px 0 20px;
  background: #f6f6f6;
}

.main03 .moudle-title {
  margin-bottom: 6px;
}

.main03 .tutorial {
  margin: 0 -1%;
}

.main03 .tutorial a {
  float: left;
  width: 18%;
  margin: 1%;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main03 .tutorial a p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main03 .tutorial a:hover p {
  color: #c99c59;
}

.link {
  margin-top: 30px;
  overflow: hidden;
}

.link .link-tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.link .link-cnt {
  margin: 0 -10px;
}

.link .link-cnt a {
  font-size: 14px;
  color: #999;
  display: inline-block;
  padding: 10px 10px 0;
}

.link .link-cnt a:hover {
  color: #c99c59;
}

.hot-tag-md {
  margin-bottom: 33px;
}

.hot-tag {
  position: relative;
  height: 152px;
  overflow: scroll;
  overflow-y: scroll !important;
  overflow-x: hidden;
  margin-top: -15px;
}

.hot-tag a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  background: #f2f7ff;
  border: 1px solid #cbd8e7;
  border-radius: 2px;
  margin-right: 4px;
  padding: 0 15px;
  margin-top: 10px;
}

.hot-tag a:hover {
  color: #fff;
  background: #c99c59;
  border: 1px solid #c99c59;
}

.tdxl-md .sec-word2 .sec-word-tit {
  background: #7181a7 url(http://www.bkzzy.com/static/zaizhiyandlz/images/sec-word-bg2.png) no-repeat center center;
}

.tdxl-md .sec-word2 li a:hover {
  border-color: #7181a7;
  background: #7181a7;
}

.tdxl-md .sec-word2 li a {
  border-color: rgba(99, 125, 192, 0.2);
  background: #f3f7ff;
}

.tdxl-md .news-title h3 {
  border-bottom: 1px solid #7181a7;
}

.tdxl-md .news-title h3 .sanjiao {
  background: url(../images/index-icon.png) no-repeat -16px -300px;
}

.tdxl-md .news-box .review-tabs ul > li.active > a,
.tdxl-md .news-box .review-tabs ul > li.active > a:focus,
.tdxl-md .news-box .review-tabs ul > li.active > a:hover,
.tdxl-md .news-box .review-tabs ul > li > a:focus,
.tdxl-md .news-box .review-tabs ul > li > a:hover {
  background: #7181a7 !important;
}

.tdxl-md .moudle-title ul::before {
  background: url(../images/index-icon.png) no-repeat -10px -420px;
}

.tdxl-md .moudle-title ul li:last-child a, .tdxl-md .mix-title h3 span, .tdxl-md .news-title h3 span {
  color: #7181a7;
}

.tdxl-md .moudle-title ul li:last-child a:hover {
  color: #c99c59;
}

.tdxl-md .brief-title, .tdxl-md .brief-type-list > b, .tdxl-md .brief-box .btn-into {
  background: #7181a7;
}

.tdxl-md .brief-title::before {
  background: url(../images/tdxl-md-brief-title.png) no-repeat left center;
}

.tdxl-md h2 {
  border-color: #7181a7;
}

.tdxl-md .bk-tag {
  color: #7181a7;
  border: 1px solid #7181a7;
}

.tdxl-md .brief-box {
  background: #f3f7ff url(../images/brief-box-bg.png) no-repeat center center;
}

.tdxl-md .brief-text {
  background: #e5e9f4;
}

.tdxl-md .border-box {
  border-color: rgba(99, 125, 192, 0.2);
}

.tdxl-md .major-list li a {
  background: #f3f7ff;
  border: 1px solid rgba(99, 125, 192, 0.2);
}

.tdxl-md .school-icon {
  background-position: -11px 5px;
}

.tdxl-md .major-icon {
  background-position: -11px -55px;
}

.tdxl-md .zixun-icon {
  background-position: -11px -115px;
}

.tdxl-md .zhinan-icon {
  background-position: -11px -175px;
}

.tdxl-md .dongtai-icon {
  background-position: -11px -235px;
}

.tdxl-md .rules-icon {
  background-position: -11px -355px;
}

.feiquan-md .sec-word2 .sec-word-tit {
  background: #7191a7 url(http://www.bkzzy.com/static/zaizhiyandlz/images/sec-word-bg2.png) no-repeat center center;
}

.feiquan-md .sec-word2 li a:hover {
  border-color: #7191a7;
  background: #7191a7;
}

.feiquan-md .sec-word2 li a {
  border-color: rgba(113, 145, 167, 0.2);
  background: #f5fbff;
}

.feiquan-md .news-title h3 {
  border-bottom: 1px solid #7191a7;
}

.feiquan-md .news-title h3 .sanjiao {
  background: url(../images/index-icon.png) no-repeat -56px -300px;
}

.feiquan-md .news-box .review-tabs ul > li.active > a,
.feiquan-md .news-box .review-tabs ul > li.active > a:focus,
.feiquan-md .news-box .review-tabs ul > li.active > a:hover,
.feiquan-md .news-box .review-tabs ul > li > a:focus,
.feiquan-md .news-box .review-tabs ul > li > a:hover {
  background: #7191a7 !important;
}

.feiquan-md .moudle-title ul::before {
  background: url(../images/index-icon.png) no-repeat -50px -420px;
}

.feiquan-md .moudle-title ul li:last-child a, .feiquan-md .mix-title h3 span, .feiquan-md .news-title h3 span {
  color: #7191a7;
}

.feiquan-md .moudle-title ul li:last-child a:hover {
  color: #c99c59;
}

.feiquan-md .brief-title, .feiquan-md .brief-type-list > b, .feiquan-md .brief-box .btn-into {
  background: #7191a7;
}

.feiquan-md .brief-title::before {
  background: url(../images/feiquan-md-brief-title.png) no-repeat left center;
}

.feiquan-md h2 {
  border-color: #7191a7;
}

.feiquan-md .bk-tag {
  color: #7191a7;
  border: 1px solid #7191a7;
}

.feiquan-md .brief-box {
  background: #f5fbff url(../images/brief-box-bg.png) no-repeat center center;
}

.feiquan-md .brief-text {
  background: #e7eef4;
}

.feiquan-md .border-box {
  border-color: rgba(113, 145, 167, 0.2);
}

.feiquan-md .major-list li a {
  background: #f5fbff;
  border: 1px solid rgba(113, 145, 167, 0.2);
}

.feiquan-md .school-icon {
  background-position: -11px 5px;
}

.feiquan-md .major-icon {
  background-position: -51px -55px;
}

.feiquan-md .zixun-icon {
  background-position: -51px -115px;
}

.feiquan-md .zhinan-icon {
  background-position: -51px -175px;
}

.feiquan-md .dongtai-icon {
  background-position: -51px -235px;
}

.feiquan-md .rules-icon {
  background-position: -51px -355px;
}

.zw-md .sec-word2 .sec-word-tit {
  background: #968665 url(http://www.bkzzy.com/static/zaizhiyandlz/images/sec-word-bg2.png) no-repeat center center;
}

.zw-md .sec-word2 li a:hover {
  border-color: #968665;
  background: #968665;
}

.zw-md .sec-word2 li a {
  border-color: rgba(150, 134, 101, 0.2);
  background: #fffcf7;
}

.zw-md .news-title h3 {
  border-bottom: 1px solid #968665;
}

.zw-md .news-title h3 .sanjiao {
  background: url(../images/index-icon.png) no-repeat -96px -300px;
}

.zw-md .news-box .review-tabs ul > li.active > a,
.zw-md .news-box .review-tabs ul > li.active > a:focus,
.zw-md .news-box .review-tabs ul > li.active > a:hover,
.zw-md .news-box .review-tabs ul > li > a:focus,
.zw-md .news-box .review-tabs ul > li > a:hover {
  background: #968665 !important;
}

.zw-md .moudle-title ul::before {
  background: url(../images/index-icon.png) no-repeat -90px -420px;
}

.zw-md .moudle-title ul li:last-child a, .zw-md .mix-title h3 span, .zw-md .news-title h3 span {
  color: #968665;
}

.zw-md .moudle-title ul li:last-child a:hover {
  color: #c99c59;
}

.zw-md .brief-title, .zw-md .brief-type-list > b, .zw-md .brief-box .btn-into {
  background: #968665;
}

.zw-md .brief-title::before {
  background: url(../images/zw-md-brief-title.png) no-repeat left center;
}

.zw-md h2 {
  border-color: #968665;
}

.zw-md .bk-tag {
  color: #968665;
  border: 1px solid #968665;
}

.zw-md .brief-box {
  background: #fffcf7 url(../images/brief-box-bg.png) no-repeat center center;
}

.zw-md .brief-text {
  background: #f2ede6;
}

.zw-md .border-box {
  border-color: rgba(150, 134, 101, 0.2);
}

.zw-md .major-list li a {
  background: #fffcf7;
  border: 1px solid rgba(150, 134, 101, 0.2);
}

.zw-md .school-icon {
  background-position: -11px 5px;
}

.zw-md .major-icon {
  background-position: -91px -55px;
}

.zw-md .zixun-icon {
  background-position: -91px -115px;
}

.zw-md .zhinan-icon {
  background-position: -91px -175px;
}

.zw-md .dongtai-icon {
  background-position: -91px -235px;
}

.zw-md .rules-icon {
  background-position: -91px -355px;
}

.zzbs-md .sec-word2 .sec-word-tit {
  background: #6e98a0 url(http://www.bkzzy.com/static/zaizhiyandlz/images/sec-word-bg2.png) no-repeat center center;
}

.zzbs-md .sec-word2 li a:hover {
  border-color: #6e98a0;
  background: #6e98a0;
}

.zzbs-md .sec-word2 li a {
  border-color: rgba(110, 152, 160, 0.2);
  background: #f7feff;
}

.zzbs-md .news-title h3 {
  border-bottom: 1px solid #6e98a0;
}

.zzbs-md .news-title h3 .sanjiao {
  background: url(../images/index-icon.png) no-repeat -136px -300px;
}

.zzbs-md .news-box .review-tabs ul > li.active > a,
.zzbs-md .news-box .review-tabs ul > li.active > a:focus,
.zzbs-md .news-box .review-tabs ul > li.active > a:hover,
.zzbs-md .news-box .review-tabs ul > li > a:focus,
.zzbs-md .news-box .review-tabs ul > li > a:hover {
  background: #6e98a0 !important;
}

.zzbs-md .moudle-title ul::before {
  background: url(../images/index-icon.png) no-repeat -130px -420px;
}

.zzbs-md .moudle-title ul li:last-child a, .zzbs-md .mix-title h3 span, .zzbs-md .news-title h3 span {
  color: #6e98a0;
}

.zzbs-md .moudle-title ul li:last-child a:hover {
  color: #c99c59;
}

.zzbs-md .brief-title, .zzbs-md .brief-type-list > b, .zzbs-md .brief-box .btn-into {
  background: #6e98a0;
}

.zzbs-md .brief-title::before {
  background: url(../images/zzbs-md-brief-title.png) no-repeat left center;
}

.zzbs-md h2 {
  border-color: #6e98a0;
}

.zzbs-md .bk-tag {
  color: #6e98a0;
  border: 1px solid #6e98a0;
}

.zzbs-md .brief-box {
  background: #f7feff url(../images/brief-box-bg.png) no-repeat center center;
}

.zzbs-md .brief-text {
  background: #e6f1f3;
}

.zzbs-md .border-box {
  border-color: rgba(110, 152, 160, 0.2);
}

.zzbs-md .major-list li a {
  background: #f7feff;
  border: 1px solid rgba(110, 152, 160, 0.2);
}

.zzbs-md .school-icon {
  background-position: -11px 5px;
}

.zzbs-md .major-icon {
  background-position: -131px -55px;
}

.zzbs-md .zixun-icon {
  background-position: -131px -115px;
}

.zzbs-md .zhinan-icon {
  background-position: -131px -175px;
}

.zzbs-md .dongtai-icon {
  background-position: -131px -235px;
}

.zzbs-md .rules-icon {
  background-position: -131px -355px;
}

.yxb-md .sec-word2 .sec-word-tit {
  background: #8c7fa4 url(http://www.bkzzy.com/static/zaizhiyandlz/images/sec-word-bg2.png) no-repeat center center;
}

.yxb-md .sec-word2 li a:hover {
  border-color: #8c7fa4;
  background: #8c7fa4;
}

.yxb-md .sec-word2 li a {
  border-color: rgba(140, 127, 164, 0.2);
  background: #f7f6ff;
}

.yxb-md .news-title h3 {
  border-bottom: 1px solid #8c7fa4;
}

.yxb-md .news-title h3 .sanjiao {
  background: url(../images/index-icon.png) no-repeat -176px -300px;
}

.yxb-md .news-box .review-tabs ul > li.active > a,
.yxb-md .news-box .review-tabs ul > li.active > a:focus,
.yxb-md .news-box .review-tabs ul > li.active > a:hover,
.yxb-md .news-box .review-tabs ul > li > a:focus,
.yxb-md .news-box .review-tabs ul > li > a:hover {
  background: #8c7fa4 !important;
}

.yxb-md .moudle-title ul::before {
  background: url(../images/index-icon.png) no-repeat -170px -420px;
}

.yxb-md .moudle-title ul li:last-child a, .yxb-md .mix-title h3 span, .yxb-md .news-title h3 span {
  color: #8c7fa4;
}

.yxb-md .moudle-title ul li:last-child a:hover {
  color: #c99c59;
}

.yxb-md .brief-title, .yxb-md .brief-type-list > b, .yxb-md .brief-box .btn-into {
  background: #8c7fa4;
}

.yxb-md .brief-title::before {
  background: url(../images/yxb-md-brief-title.png) no-repeat left center;
}

.yxb-md h2 {
  border-color: #8c7fa4;
}

.yxb-md .bk-tag {
  color: #8c7fa4;
  border: 1px solid #8c7fa4;
}

.yxb-md .brief-box {
  background: #f7f6ff url(../images/brief-box-bg.png) no-repeat center center;
}

.yxb-md .brief-text {
  background: #eae8f3;
}

.yxb-md .border-box {
  border-color: rgba(140, 127, 164, 0.2);
}

.yxb-md .major-list li a {
  background: #f7f6ff;
  border: 1px solid rgba(140, 127, 164, 0.2);
}

.yxb-md .school-icon {
  background-position: -11px 5px;
}

.yxb-md .major-icon {
  background-position: -171px -55px;
}

.yxb-md .zixun-icon {
  background-position: -171px -115px;
}

.yxb-md .zhinan-icon {
  background-position: -171px -175px;
}

.yxb-md .dongtai-icon {
  background-position: -171px -235px;
}

.yxb-md .rules-icon {
  background-position: -171px -355px;
}

.sz-md .sec-word2 .sec-word-tit {
  background: #ab7e71 url(http://www.bkzzy.com/static/zaizhiyandlz/images/sec-word-bg2.png) no-repeat center center;
}

.sz-md .sec-word2 li a:hover {
  border-color: #ab7e71;
  background: #ab7e71;
}

.sz-md .sec-word2 li a {
  border-color: rgba(171, 126, 113, 0.2);
  background: #fff9f7;
}

.sz-md .news-title h3 {
  border-bottom: 1px solid #ab7e71;
}

.sz-md .news-title h3 .sanjiao {
  background: url(../images/index-icon.png) no-repeat -216px -300px;
}

.sz-md .news-box .review-tabs ul > li.active > a,
.sz-md .news-box .review-tabs ul > li.active > a:focus,
.sz-md .news-box .review-tabs ul > li.active > a:hover,
.sz-md .news-box .review-tabs ul > li > a:focus,
.sz-md .news-box .review-tabs ul > li > a:hover {
  background: #ab7e71 !important;
}

.sz-md .moudle-title ul::before {
  background: url(../images/index-icon.png) no-repeat -210px -420px;
}

.sz-md .moudle-title ul li:last-child a, .sz-md .mix-title h3 span, .sz-md .news-title h3 span {
  color: #ab7e71;
}

.sz-md .moudle-title ul li:last-child a:hover {
  color: #c99c59;
}

.sz-md .brief-title, .sz-md .brief-type-list > b, .sz-md .brief-box .btn-into {
  background: #ab7e71;
}

.sz-md .brief-title::before {
  background: url(../images/sz-md-brief-title.png) no-repeat left center;
}

.sz-md h2 {
  border-color: #ab7e71;
}

.sz-md .bk-tag {
  color: #ab7e71;
  border: 1px solid #ab7e71;
}

.sz-md .brief-box {
  background: #fff9f7 url(../images/brief-box-bg.png) no-repeat center center;
}

.sz-md .brief-text {
  background: #f6ece8;
}

.sz-md .border-box {
  border-color: rgba(171, 126, 113, 0.2);
}

.sz-md .major-list li a {
  background: #fff9f7;
  border: 1px solid rgba(171, 126, 113, 0.2);
}

.sz-md .school-icon {
  background-position: -11px 5px;
}

.sz-md .major-icon {
  background-position: -211px -55px;
}

.sz-md .zixun-icon {
  background-position: -211px -115px;
}

.sz-md .zhinan-icon {
  background-position: -211px -175px;
}

.sz-md .dongtai-icon {
  background-position: -211px -235px;
}

.sz-md .rules-icon {
  background-position: -211px -355px;
}

.gjss-md .sec-word2 .sec-word-tit {
  background: #6c6ca5 url(http://www.bkzzy.com/static/zaizhiyandlz/images/sec-word-bg2.png) no-repeat center center;
}

.gjss-md .sec-word2 li a:hover {
  border-color: #6c6ca5;
  background: #6c6ca5;
}

.gjss-md .sec-word2 li a {
  border-color: rgba(108, 108, 165, 0.2);
  background: #f7f7ff;
}

.gjss-md .news-title h3 {
  border-bottom: 1px solid #6c6ca5;
}

.gjss-md .news-title h3 .sanjiao {
  background: url(../images/index-icon.png) no-repeat -256px -300px;
}

.gjss-md .news-box .review-tabs ul > li.active > a,
.gjss-md .news-box .review-tabs ul > li.active > a:focus,
.gjss-md .news-box .review-tabs ul > li.active > a:hover,
.gjss-md .news-box .review-tabs ul > li > a:focus,
.gjss-md .news-box .review-tabs ul > li > a:hover {
  background: #6c6ca5 !important;
}

.gjss-md .moudle-title ul::before {
  background: url(../images/index-icon.png) no-repeat -250px -420px;
}

.gjss-md .moudle-title ul li:last-child a, .gjss-md .mix-title h3 span, .gjss-md .news-title h3 span {
  color: #6c6ca5;
}

.gjss-md .moudle-title ul li:last-child a:hover {
  color: #c99c59;
}

.gjss-md .brief-title, .gjss-md .brief-type-list > b, .gjss-md .brief-box .btn-into {
  background: #6c6ca5;
}

.gjss-md .brief-title::before {
  background: url(../images/gjss-md-brief-title.png) no-repeat left center;
}

.gjss-md h2 {
  border-color: #6c6ca5;
}

.gjss-md .bk-tag {
  color: #6c6ca5;
  border: 1px solid #6c6ca5;
}

.gjss-md .brief-box {
  background: #f7f7ff url(../images/brief-box-bg.png) no-repeat center center;
}

.gjss-md .brief-text {
  background: #e9e9f6;
}

.gjss-md .border-box {
  border-color: rgba(108, 108, 165, 0.2);
}

.gjss-md .major-list li a {
  background: #f7f7ff;
  border: 1px solid rgba(108, 108, 165, 0.2);
}

.gjss-md .school-icon {
  background-position: -11px 5px;
}

.gjss-md .major-icon {
  background-position: -251px -55px;
}

.gjss-md .zixun-icon {
  background-position: -251px -115px;
}

.gjss-md .zhinan-icon {
  background-position: -251px -175px;
}

.gjss-md .dongtai-icon {
  background-position: -251px -235px;
}

.gjss-md .rules-icon {
  background-position: -251px -355px;
}

.tdxl-md .rules-news li {
  height: 29px;
  line-height: 29px;
}

.tdxl-md .news-box .news-list li {
  height: 26px;
  line-height: 26px;
}

.feiquan-md .school-news li, .feiquan-md .rules-news li, .feiquan-md .news-list li {
  height: 25px;
  line-height: 25px;
}

.feiquan-md .news-box .news-list li {
  height: 26px;
  line-height: 26px;
}

.sz-md .moudle-main > div {
  height: 520px;
}

.gjss-md .moudle-main > div {
  height: 540px;
}

.news-box .school-list dl {
  width: 48%;
}

.news-md {
  float: left;
  width: 49.1666%;
  margin-right: 1.6668%;
}

.news-md:last-child {
  margin-right: 0;
}

.news-md .moudle-title h2 span {
  color: #c99c59;
}

.news-md .news-md-main-tit {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}

.news-md .news-md-main-tit .h3-icon {
  padding: 0 10px;
}

.news-md .news-md-main-tit span {
  color: #283e7e;
}

.news-md .news-md-main-tit .more {
  float: right;
  padding: 0 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #c99c59;
  border: 1px solid #c99c59;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.gz-icon {
  background-position: -50px 3px;
}

.jz-icon {
  background-position: -90px 3px;
}

.news-icon {
  background-position: -130px 3px;
}

.news-md-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 33px;
  overflow: hidden;
}

.news-md-box.on {
  position: relative;
}

.news-md-box.on .majoy-1st {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.news-md-box.on .yuloo-ol {
  position: fixed;
  width: 100%;
  left: 0;
  top: 80px;
  z-index: 99;
  background: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}

.news-md-box .majoy-1st {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 68px;
  height: 541px !important;
  background: #f3f7fe;
  background-size: cover;
  border: none;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.news-md-box .majoy-1st li {
  width: 100%;
  margin: 0 auto;
  padding: 7px 0 7px 3px;
}

.news-md-box .majoy-1st li a {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 5px;
  color: #333;
  border: none !important;
  background: none;
  margin: 0 auto;
  border-radius: 2px 0 0 2px;
}

.news-md-box .majoy-1st li.active a, .news-md-box .majoy-1st li:hover a {
  color: #fff;
  font-weight: bold;
  background: #283e7e;
}

.news-md-box .majoy-1st li.active a::before, .news-md-box .majoy-1st li:hover a::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid #283e7e;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  right: -6px;
  top: 0;
}

.news-md-box .majoy-1st-box {
  float: left;
  width: calc(100% - 68px);
}

.news-md-box .majoy-2nd-tabs {
  position: relative;
  width: 100%;
  margin-bottom: 9px;
  white-space: nowrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.news-md-box .majoy-2nd-warp {
  padding: 0 0px;
}

.news-md-box .majoy-2nd-warp ul {
  float: left;
  border: none;
}

.news-md-box .majoy-2nd-warp li {
  float: none;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
}

.news-md-box .majoy-2nd-warp li a {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 0;
  border: none !important;
  border-radius: 0 !important;
  background: #fff;
  cursor: pointer !important;
}

.news-md-box .majoy-2nd-warp li.active a, .news-md-box .majoy-2nd-warp li:hover a {
  color: #c99c59;
  font-weight: bold;
  background: #fff;
}

.news-md-box .majoy-2nd-warp li.active a::before, .news-md-box .majoy-2nd-warp li:hover a::before {
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c99c59;
  border-radius: 1px 1px 0 0;
}

.news-md-box .majoy-3rd {
  padding: 0 16px 10px;
}

.news-md-box .majoy-3rd a {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #4a526a;
  border: 1px solid #cad1e6;
  padding: 0 18px;
  margin: 5px 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.news-md-box .majoy-3rd a:hover {
  color: #fff;
  border-color: #c99c59;
  background: #c99c59;
}

.news-md-box .news-list {
  margin-bottom: 12px;
  margin-top: 5px;
}

.news-md-box .news-list li {
  height: 24px;
  line-height: 24px;
}

.news-md-box .news-list a {
  width: 100%;
}

.news-md-main {
  padding: 8px 15px 20px;
}

.news-md-main .news-md-main-l {
  position: relative;
}

.news-md-main .news-md-main-l .news-md-mai-btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 16px;
}

.news-md-main .news-md-main-l-top {
  height: 260px;
}

.news-md-main .majoy-rules {
  height: 194px;
}

ul.sec-word2 {
  padding-top: 7px;
  margin: 0 -1%;
  min-height: 167px;
}

ul.sec-word2.row2 {
  min-height: 247px;
}

ul.sec-word2.row2 li {
  width: 48%;
}

ul.sec-word2.row6 {
  min-height: auto;
}

ul.sec-word2.row6 li {
  width: 14.666%;
  text-align: center;
}

ul.sec-word2.row6 li i {
  display: none;
}

ul.sec-word2.row6 li a {
  line-height: 14px !important;
  background: #fffbf5 !important;
  border-color: #e4cdac !important;
}

ul.sec-word2.row6 li a:hover {
  background: #c99c59 !important;
  border-color: #c99c59 !important;
}

ul.sec-word2.row6 li a:hover span {
  color: #fff !important;
}

ul.sec-word2.row6 li span {
  display: block;
  width: 56px;
  color: #333 !important;
  overflow: hidden;
  margin: 0 auto;
}

ul.sec-word2 li {
  float: left;
  width: 31.333%;
  margin: 5px 1%;
}

ul.sec-word2 li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 9px;
  color: #1f285c;
  background: #f2f7ff;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #cbd8e7;
}

ul.sec-word2 li a i {
  padding: 0 9px;
  margin-right: 2px;
  background: url(../images/sec-word-icon.png) no-repeat;
}

ul.sec-word2 li a .s2, ul.sec-word2 li a .s4 {
  color: #c99c59;
}

ul.sec-word2 li .read-icon33 {
  background-position: 0 3px;
}

ul.sec-word2 li .read-icon43 {
  background-position: 0 -47px;
}

ul.sec-word2 li .read-icon48 {
  background-position: 0 -97px;
}

ul.sec-word2 li .read-icon49 {
  background-position: 0 -147px;
}

ul.sec-word2 li .read-icon51 {
  background-position: 0 -197px;
}

ul.sec-word2 li .read-icon52 {
  background-position: 0 -247px;
}

ul.sec-word2 li .read-icon55 {
  background-position: 0 -297px;
}

ul.sec-word2 li .read-icon58 {
  background-position: 0 -347px;
}

ul.sec-word2 li .read-icon60 {
  background-position: 0 -397px;
}

ul.sec-word2 li .read-icon61 {
  background-position: 0 -447px;
}

ul.sec-word2 li .read-icon62 {
  background-position: 0 -497px;
}

ul.sec-word2 li .read-icon63 {
  background-position: 0 -547px;
}

ul.sec-word2 li .read-icon3 {
  background-position: 0 -597px;
}

ul.sec-word2 li .read-icon47 {
  background-position: 0 -647px;
}

ul.sec-word2 li .read-icon53 {
  background-position: 0 -697px;
}

ul.sec-word2 li .read-icon56 {
  background-position: 0 -747px;
}

ul.sec-word2 li .read-icon57 {
  background-position: 0 -797px;
}

ul.sec-word2 li .read-icon59 {
  background-position: 0 -847px;
}

ul.sec-word2 li:hover a {
  color: #fff;
  background: #c99c59;
  border-color: #c99c59;
}

ul.sec-word2 li:hover a span {
  color: #fff;
}

ul.sec-word2 li:hover .read-icon33 {
  background-position: -40px 3px;
}

ul.sec-word2 li:hover .read-icon43 {
  background-position: -40px -47px;
}

ul.sec-word2 li:hover .read-icon48 {
  background-position: -40px -97px;
}

ul.sec-word2 li:hover .read-icon49 {
  background-position: -40px -147px;
}

ul.sec-word2 li:hover .read-icon51 {
  background-position: -40px -197px;
}

ul.sec-word2 li:hover .read-icon52 {
  background-position: -40px -247px;
}

ul.sec-word2 li:hover .read-icon55 {
  background-position: -40px -297px;
}

ul.sec-word2 li:hover .read-icon58 {
  background-position: -40px -347px;
}

ul.sec-word2 li:hover .read-icon60 {
  background-position: -40px -397px;
}

ul.sec-word2 li:hover .read-icon61 {
  background-position: -40px -447px;
}

ul.sec-word2 li:hover .read-icon62 {
  background-position: -40px -497px;
}

ul.sec-word2 li:hover .read-icon63 {
  background-position: -40px -547px;
}

ul.sec-word2 li:hover .read-icon3 {
  background-position: -40px -597px;
}

ul.sec-word2 li:hover .read-icon47 {
  background-position: -40px -647px;
}

ul.sec-word2 li:hover .read-icon53 {
  background-position: -40px -697px;
}

ul.sec-word2 li:hover .read-icon56 {
  background-position: -40px -747px;
}

ul.sec-word2 li:hover .read-icon57 {
  background-position: -40px -797px;
}

ul.sec-word2 li:hover .read-icon59 {
  background-position: -40px -847px;
}

.majoy-rules .rules-list {
  padding-top: 6px;
  margin-bottom: 15px;
}

.news-md-mai-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  padding: 5px;
  color: #283e7e;
  text-align: center;
  border: 1px solid #cad1e6;
  background: #f7f9fe;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.news-md-mai-btn i {
  margin-left: 5px;
  padding-left: 14px;
  background: url(http://www.bkzzy.com/static/zaizhiyandlz/images/news-md-mai-btn.png) no-repeat center top 5px;
}

.news-md-mai-btn:hover {
  color: #fff;
  border-color: #c99c59;
  background: #c99c59;
}

.news-md-mai-btn:hover i {
  background: url(http://www.bkzzy.com/static/zaizhiyandlz/images/news-md-mai-btn2.png) no-repeat center top 5px;
}

/* major-tag start */
.major-tag-box {
  padding-top: 40px;
}

.major-tag-title {
  position: relative;
  margin-bottom: 27px;
  background: url(../images/major-tag-title.png) no-repeat center center;
  text-align: center;
}

.major-tag-title h2 {
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  font-weight: bold;
  padding: 7px 0;
}

.major-tag-title h2 i {
  float: left;
  width: 40px;
  height: 40px;
  background: url(../images/gx-new-icon.png) no-repeat;
  background-position: 0 0;
  margin-top: 4px;
}

.major-tag-title span {
  color: #c99c59;
}

.major-tag-cnt {
  float: left;
  width: 33.333%;
}

ul.major-tag-cnt li {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 auto 10px;
}

ul.major-tag-cnt li.major-tag-more a {
  background: #fff;
  border: 1px solid #c99c59;
  color: #c99c59;
  font-size: 16px;
  font-weight: bold;
}

ul.major-tag-cnt li.major-tag-more a .lookmore-icon {
  padding: 2px 10px;
  margin-left: 5px;
  background: url(../images/gx-new-icon.png) no-repeat;
  background-position: -230px -318px;
}

ul.major-tag-cnt li.major-tag-more a:hover {
  color: #fff;
  background: #c99c59;
}

ul.major-tag-cnt li.major-tag-more a:hover .lookmore-icon {
  background-position: -70px -318px;
}

ul.major-tag-cnt li a {
  line-height: 30px;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

ul.major-tag-cnt .li-rowspan2 a {
  padding: 50px 5px;
}

ul.major-tag-cnt li:hover a {
  -moz-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
}

ul.major-tag-cnt li a {
  display: block;
  color: #fff;
}

.tab-bg1 {
  background-color: #5cacdf;
}

.tab-bg2 {
  background-color: #6e87cc;
}

.tab-bg3 {
  background-color: #67bfb4;
}

.tab-bg4 {
  background-color: #bd7797;
}

.tab-bg5 {
  background-color: #d5936f;
}

.tab-bg6 {
  background-color: #cd8080;
}

.tab-bg7 {
  background-color: #93c077;
}

.tab-bg8 {
  background-color: #5a95d3;
}

/* major-tag end */
.js-md {
  margin: 0 -0.5%;
}

.js-cnt {
  float: left;
  width: 24%;
  margin: 6px 0.5%;
  padding: 12px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.js-cnt .news-list li a {
  width: 100%;
}

.js-cnt .news-title h3 {
  border-bottom: 1px solid #283e7e;
}

.js-cnt .btn-more {
  display: block;
  font-size: 14px;
  color: #c99c59;
  border: 1px solid #c99c59;
  border-radius: 2px;
  line-height: 26px;
  text-align: center;
  margin-top: 8px;
}

.js-icon1 {
  background-position: -410px 5px;
}

.js-icon2 {
  background-position: -410px -55px;
}

.js-icon3 {
  background-position: -410px -115px;
}

.js-icon4 {
  background-position: -410px -175px;
}

#navbar-example {
  display: none;
  position: fixed;
  background: linear-gradient(#3858b7, #294083);
  padding: 6px;
  width: 108px;
  margin-left: 20px;
  text-align: center;
  left: 0;
  top: 20%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

#navbar-example .navbar-title {
  display: none;
}

#navbar-example ul {
  background: #fff;
  border-radius: 3px;
}

#navbar-example li {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px dashed #cbcfe4;
}

#navbar-example li a {
  padding: 0;
  margin: 0;
  color: #333;
  background: #fff;
  border: none;
}

#navbar-example li.active, #navbar-example li:hover {
  background-color: #c99c59;
}

#navbar-example li.active a, #navbar-example li:hover a {
  background-color: #c99c59;
  color: #fff !important;
}

#navbar-example .mark {
  display: none;
}

.move-nav {
  display: block !important;
  width: 60px !important;
  height: 60px;
  background: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  cursor: pointer;
  left: 0 !important;
  bottom: 60px;
  top: auto !important;
}

.move-nav .city-icon {
  display: block;
}

.move-nav.open ul {
  height: 432px;
  top: -452px;
}

.move-nav.open .mark {
  display: block !important;
  width: 100vh;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.move-nav.open .navbar-title::before {
  display: block;
  top: -20px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.move-nav .navbar-title {
  display: block !important;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  font-size: 15px !important;
  line-height: 20px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  background: #c99c59;
  background-size: cover;
}

.move-nav .navbar-title::before {
  display: none;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 20px;
  transition: 100s ease;
}

.move-nav .city-icon {
  display: block !important;
}

.move-nav ul {
  background: #fff;
  width: 150px;
  height: 0;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  transition: .5s ease;
}

.move-nav ul li {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.move-nav ul li a {
  display: block;
  width: 100%;
  text-align: center;
}

.m-nav-box {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .banner-box .carousel-indicators {
    bottom: 10px;
  }
  .banner-box .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    text-indent: -9998px !important;
  }
  .main01-bg .main01-form, .scrap, .main01-news, .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
  }
  .main01-bg .main01-form .form-group {
    float: left;
    width: 48%;
    margin: 1%;
  }
  .main01-bg .main01-form .submit-group {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 1% auto;
  }
  .banner-box .carousel {
    max-width: 767px;
    margin: 0 auto;
  }
  .banner-box {
    width: 100%;
    margin-bottom: 3%;
    padding-bottom: 0;
  }
  .main01-news {
    height: auto;
    padding-bottom: 3%;
    overflow: hidden;
  }
  .main01-news .news {
    margin: 0 -2%;
  }
  .main01-news .news li {
    float: left;
    width: 46%;
    margin: 0 2%;
  }
  .moudle-main .mix-box {
    width: calc(100% - 328px);
    margin-right: 0;
  }
  .moudle-main .news-box {
    width: 100%;
    margin-top: 2%;
    height: auto !important;
  }
  .news-list li {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
}

@media only screen and (max-width: 1024px) {
  .news-md-box .majoy-1st, .news-md-box .majoy-1st-box, .news-md-main-l-top, .majoy-rules {
    height: auto !important;
  }
  .news-inf .news-inf-l, .news-inf .news-inf-r {
    width: 100%;
    margin: 0 auto;
  }
  .news-inf .news-inf-l {
    margin-bottom: 3%;
  }
  .news-inf dl {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .fenlei {
    position: relative;
    height: 48px;
    z-index: 2;
  }
  .fenlei .fenlei-list span, .fenlei .fenlei-list ul li.more {
    position: static;
    background: none;
  }
  .fenlei .fenlei-list span {
    display: block;
    width: 96%;
    max-width: 200px;
    line-height: 26px;
    text-align: center;
    color: #2c3e7d;
    border: 1px solid #9fadd8;
    background: #f0f3fa;
    margin: 0 auto;
    cursor: pointer;
  }
  .fenlei .fenlei-list span i {
    padding: 0 4px;
    margin-left: 5px;
    background: url(../images/down2.png) no-repeat center center;
    background-size: contain !important;
  }
  .fenlei .fenlei-list.on span {
    background: #2c3e7d;
    color: #fff;
    border-color: #2c3e7d;
  }
  .fenlei .fenlei-list.on span i {
    background: url(../images/down3.png) no-repeat center center;
    opacity: .6;
  }
  .fenlei .fenlei-list {
    position: static;
    float: left;
    width: 33.333%;
    padding: 0 !important;
    border: none;
  }
  .fenlei .fenlei-list ul {
    position: absolute;
    display: none;
    width: 100%;
    top: 39px;
    left: 0;
    background: #fff;
    height: auto;
    padding-bottom: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .fenlei .fenlei-list.on ul {
    display: block;
  }
  .fenlei .fenlei-list ul li {
    line-height: 30px;
  }
  .fenlei .fenlei-list span::before {
    display: none !important;
  }
  .major-tag-cnt {
    width: 100%;
  }
  .news-md-box .majoy-1st, .news-md-box .majoy-1st-box {
    width: 100%;
  }
  .news-md-main .news-md-main-l .news-md-mai-btn, .news-md-main .news-md-main-r .more {
    position: static;
  }
  .news-md-box .majoy-1st {
    background: #fff;
    border: none !important;
    height: auto !important;
  }
  .news-md-box .majoy-1st > li {
    float: left;
    width: 11.111%;
    text-align: center;
    padding: 1%;
  }
  .news-md-box .majoy-1st > li a {
    font-size: 16px;
    padding: 2px 5px !important;
    color: #283e7e;
    border: 1px solid #cad1e6 !important;
    border-radius: 4px;
    background: #f7f9fe;
  }
  .news-md-box .majoy-1st li.active a, .news-md-box .majoy-1st li:hover a {
    background: #283e7e !important;
    color: #fff !important;
  }
  .major-tag-box {
    padding-top: 5%;
  }
  .news-md-box .majoy-2nd-tabs {
    white-space: normal;
    margin-bottom: 0;
    box-shadow: none !important;
  }
  .news-md-box .majoy-2nd-warp ul {
    border: none;
    padding-top: 10px;
  }
  .news-md-box .majoy-2nd-warp li a {
    padding: 6.5px 0;
  }
  .news-md-box .majoy-2nd-warp {
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  .news-md-box .majoy-2nd-tabs .next-btn, .news-md-box .majoy-2nd-tabs .prev-btn {
    display: none !important;
  }
  .news-md-box .majoy-3rd {
    padding: 20px 16px 16px;
    box-shadow: inset 0px 12px 10px -10px rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0 0;
  }
  .news-md {
    width: 100%;
    margin: 0 auto 3%;
  }
  .news-md-box .majoy-1st li.active a::before, .news-md-box .majoy-1st li:hover a::before {
    display: none;
  }
  .news-md-main {
    padding-bottom: 10px;
  }
  .sec-word li {
    width: 25%;
  }
  ul.sec-word2 li a .s1, ul.sec-word2 li a .s3 {
    display: none;
  }
  ul.sec-word2 li a .s2, ul.sec-word2 li a .s4 {
    color: #1f285c;
  }
  .js-cnt {
    width: 48%;
    margin: 1%;
  }
  .news-list li {
    width: 98%;
  }
  .main01-news .tab-content {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 800px) {
  .moudle-main .brief-box {
    width: 100%;
    height: auto !important;
    background-size: cover;
  }
  .brief-type-list {
    float: left;
    width: 50%;
  }
  .moudle-main .mix-box {
    width: 100%;
    height: auto;
    margin: 3% auto 1%;
  }
  .brief-box .btn-into {
    position: static;
    max-width: 270px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .moudle-main .news-box {
    margin-bottom: 3%;
  }
  .fenlei {
    display: none !important;
  }
  .m-nav-box {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    padding: 5px 2%;
    margin-bottom: 3%;
    border-radius: 3px;
  }
  .m-nav-box li {
    float: left;
    width: 20%;
    margin: 10px 0;
  }
  .m-nav-box li a {
    display: block;
    text-align: center;
  }
  .m-nav-box li img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .m-nav-box li p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .main01-news .nav-tabs li a {
    font-size: 14px;
    font-weight: normal;
  }
  .sec-word2 .sec-word-tit {
    font-size: 16px;
  }
  .news-md-box, #flow4 .news-md-box {
    box-shadow: none;
    margin-bottom: 3%;
  }
  .news-md-box .majoy-1st, .news-md-box .majoy-2nd-warp ul {
    white-space: nowrap;
    background: #fff !important;
    overflow-y: auto;
  }
  .news-md-box .majoy-1st {
    padding: 10px 0 15px !important;
    box-shadow: none;
  }
  .news-md-box .majoy-2nd-warp li {
    float: none;
    display: inline-block;
    width: auto !important;
    padding: 0;
  }
  .news-md-box .majoy-1st > li {
    position: relative;
    float: none !important;
    display: inline-block;
    width: 15% !important;
    height: 60px;
    margin: 0 3px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #flow4 .news-md-box .majoy-1st > li {
    width: 14% !important;
  }
  .news-md-box .majoy-1st > li.active::before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #162c6c;
    left: 50%;
    margin-left: -8px;
    bottom: -11px;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-6] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-6.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-6] {
    color: #fff !important;
    background: #283e7e url(../images/major-6_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-7] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-7.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-7] {
    color: #fff !important;
    background: #283e7e url(../images/major-7_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-8] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-8.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-8] {
    color: #fff !important;
    background: #283e7e url(../images/major-8_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-9] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-9.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-9] {
    color: #fff !important;
    background: #283e7e url(../images/major-9_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-10] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-10.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-10] {
    color: #fff !important;
    background: #283e7e url(../images/major-10_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-11] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-11.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-11] {
    color: #fff !important;
    background: #283e7e url(../images/major-11_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-15] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-15.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-15] {
    color: #fff !important;
    background: #283e7e url(../images/major-15_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-16] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-16.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-16] {
    color: #fff !important;
    background: #283e7e url(../images/major-16_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-18] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-18.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-18] {
    color: #fff !important;
    background: #283e7e url(../images/major-18_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-20] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-20.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-20] {
    color: #fff !important;
    background: #283e7e url(../images/major-20_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-21] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-21.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-21] {
    color: #fff !important;
    background: #283e7e url(../images/major-21_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-351] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-351.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-351] {
    color: #fff !important;
    background: #283e7e url(../images/major-351_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=majoy-17] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/major-17.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=majoy-17] {
    color: #fff !important;
    background: #283e7e url(../images/major-17_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=area-0] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/area-0.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=area-0] {
    color: #fff !important;
    background: #283e7e url(../images/area-0_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=area-1] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/area-1.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=area-1] {
    color: #fff !important;
    background: #283e7e url(../images/area-1_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=area-2] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/area-2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=area-2] {
    color: #fff !important;
    background: #283e7e url(../images/area-2_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=area-3] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/area-3.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=area-3] {
    color: #fff !important;
    background: #283e7e url(../images/area-3_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=area-4] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/area-4.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=area-4] {
    color: #fff !important;
    background: #283e7e url(../images/area-4_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .news-md-box .majoy-1st > li a[aria-controls=area-5] {
    font-size: 14px;
    padding-top: 35px !important;
    padding-bottom: 8px !important;
    color: #333 !important;
    background: url(../images/area-5.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
    border: none !important;
  }
  .news-md-box .majoy-1st > li.active a[aria-controls=area-5] {
    color: #fff !important;
    background: #283e7e url(../images/area-5_2.png) no-repeat top 8px center !important;
    background-size: 30px 30px !important;
  }
  .school-list dl dd, .rules-list dl dd {
    display: flex;
    height: auto;
    flex: 1;
    align-items: center;
  }
  .school-list dl dd a, .rules-list dl dd a {
    display: block;
  }
  ul.sec-word2, ul.sec-word2.row2 {
    min-height: auto;
  }
  .news-md-main-tit {
    display: flex;
  }
  .news-md-main-tit a {
    flex: 4;
  }
  .news-md .news-md-main-tit .more {
    flex: 1;
    height: 22px;
    line-height: 20px;
    max-width: 80px;
    text-align: center;
  }
  .news-md-box .majoy-2nd-warp {
    margin-bottom: 0 !important;
  }
  .news-md-box .majoy-1st li.active a, .news-md-box .majoy-1st li:hover a {
    position: relative;
  }
  .news-md-box .majoy-1st > li {
    padding: 0;
  }
  .news-md-main .news-md-main-r .more {
    line-height: 28px;
  }
  .news-md-box .majoy-1st li.active a::before, .news-md-box .majoy-1st li:hover a::before {
    display: none !important;
  }
  .news-md-box .majoy-2nd-warp li.active a::before, .news-md-box .majoy-2nd-warp li:hover a::before, .news-md-box .majoy-3rd {
    display: none !important;
  }
  .news-md-box .news-md-main {
    padding: 20px 16px 16px;
    box-shadow: inset 0px 12px 10px -10px rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0 0;
    background: #f5f5f5;
  }
  .rules-list dl, .rules-list.row3 dl {
    background: #fff;
  }
  .news-md-box .majoy-2nd-warp ul {
    width: 100%;
    padding: 10px 5px 0;
  }
  .news-md-box .majoy-2nd-warp li a {
    font-size: 15px;
    padding: 2px 4px !important;
    background: #fff;
    border: none !important;
    border-radius: 3px !important;
    padding-bottom: 10px !important;
  }
  .news-md-box .majoy-2nd-warp li.active a, .news-md-box .majoy-2nd-warp li:hover a {
    background: #fff !important;
    color: #283e7e !important;
    border-radius: 0 !important;
    border-bottom: 3px solid #283e7e !important;
  }
  ul.sec-word2.row6 li {
    width: 31.333%;
  }
  .nav-tabs > li {
    width: 33.333%;
    text-align: center;
  }
  .news-cnt .nav-tabs > li > a {
    font-size: 14px;
    padding: 0 !important;
  }
  .news-inf-r .news-cnt .nav-tabs > li > a span {
    display: none !important;
  }
  .news-inf .news-inf-r .news-list li, .news-inf dl {
    width: 98%;
  }
  .news-inf dl {
    margin-bottom: 3%;
  }
  .moudle-title {
    height: 32px;
    border-bottom: 2px solid #e8e8e8;
  }
  .moudle-title h2 {
    float: none;
    display: inline-block;
    font-size: 18px;
    height: 31px;
    margin: 0 auto;
    border-bottom: 2px solid #162c6c;
  }
  .main01-news .nav-tabs {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .main01-news .nav-tabs li, .main01-news .nav-tabs.row7 li {
    float: none;
    width: 119px;
    display: inline-block;
  }
  .news-md-box .majoy-1st li a {
    font-size: 16px;
  }
  .main01 {
    padding: 0 0 20px;
  }
  .banner-box {
    width: 104%;
    margin: 0 -2% 3%;
    border-radius: 0;
    z-index: 1;
  }
  .banner-box .carousel-inner {
    border-radius: 0;
  }
  .main03 .tutorial a, .rules-list dl {
    width: 31.333%;
  }
  .major-tag-title h2 {
    font-size: 22px;
  }
  .brief-title, .brief-box .btn-into {
    font-size: 15px;
  }
  .major-tag-title {
    background-size: 30%;
    margin-bottom: 0;
  }
  .news-md .moudle-title {
    margin-bottom: 10px;
  }
  .news-md-main .news-md-main-l, .news-md-main .news-md-main-r {
    width: 100%;
  }
  .news-md-main .news-md-main-l {
    margin: 0 auto;
  }
  .main01-news .tab-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main02 .moudle {
    margin-bottom: 5%;
  }
  .fenlei {
    box-shadow: none;
    border-top: 1px solid #eee;
  }
  .major-list {
    margin-bottom: 5%;
  }
  .link, .moudle-title ul, .moudle-title h2::before {
    display: none !important;
  }
  .sec-word {
    margin: 3% 0;
  }
  .sec-word li {
    width: 33.333%;
  }
  .news-box .school-list dl, .school-list dl, .rules-list dl {
    display: flex;
    align-items: center;
    justify-self: start;
  }
  .hot-tag {
    max-height: 180px;
  }
  .sz-md .moudle-main > div, .gjss-md .moudle-main > div {
    height: auto;
  }
  .moudle-main .sec-word {
    height: auto !important;
    margin-bottom: 1%;
  }
}

@media only screen and (max-width: 680px) {
  .major-list li {
    float: none;
    display: inline-block;
    width: auto;
  }
  .major-list li a, .moudle-title ul li a {
    padding: 0 10px;
  }
  .news-list li, .main01-news .news li {
    width: 100%;
    margin: 0 auto;
  }
  .brief-type-list {
    width: 100%;
  }
  .main03 .tutorial a, .rules-list dl {
    width: 48%;
  }
  .scrap .top-hot {
    display: block;
    font-size: 18px;
    height: 24px;
    overflow: hidden;
    padding-left: 50px;
    background-size: 40px !important;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .scrap .top-hot a {
    display: inline;
  }
  .scrap {
    padding: 10px 10px 7px;
  }
  .scrap ul {
    display: block;
    position: relative;
    padding-left: 55px;
  }
  .scrap ul li.scrap-sub-tit {
    position: absolute;
    left: 0;
  }
  .scrap ul li.scrap-sub-tit span {
    color: #f82b38;
    background: #fce5e5;
    border-radius: 4px;
    text-align: center;
  }
  .scrap ul li.scrap-sub-tit span::before {
    display: none;
  }
  .scrap ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    height: 28px;
  }
  .m-nav-box li {
    width: 18%;
    margin: 10px 1%;
  }
  .m-nav-box li img {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 428px) {
  .scrap .top-hot a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .m-nav-box li p, .main01-bg .main01-form .submit-group .btn {
    font-size: 14px;
  }
  .main01-news .nav-tabs li, .main01-news .nav-tabs.row7 li {
    width: 78px;
  }
  .main01-news .major-tag-cnt li {
    min-width: auto;
  }
  .main01-news .major-tag-cnt li a {
    font-size: 14px;
    line-height: 20px;
  }
  .school-list dl {
    width: 48%;
  }
  .rules-list dl, .rules-list.row3 dl {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .zw-md .rules-list dl, .zw-md .rules-list.row3 dl {
    flex-wrap: wrap;
  }
  .zw-md .rules-list dl dt {
    margin: 0 auto 5px;
  }
  .zw-md .rules-list dl dd {
    display: block;
    flex: auto;
  }
  .moudle-title ul {
    padding-right: 0;
  }
  .news-md-box .majoy-1st {
    padding-top: 9px;
  }
  .news-md-box .majoy-1st > li {
    width: 31.333%;
    margin: 0 1% 4px;
  }
  .news-md-box .majoy-2nd-warp li {
    width: 50%;
  }
  .news-md-mai-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .news-md-mai-btn i {
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/news-md-mai-btn.png) no-repeat center;
    background-size: contain !important;
  }
  .news-md-mai-btn:hover i {
    background: url(../images/news-md-mai-btn2.png) no-repeat center;
  }
  .moudle-title ul::before {
    display: none !important;
  }
  .major-list {
    display: table;
    word-spacing: -1em;
    /*兼容其他浏览器*/
    margin-bottom: 5%;
  }
  .feiquan-md .news-cnt .nav-tabs > li {
    width: auto;
    min-width: 28.333%;
    text-align: center;
  }
  .main01-news .tab-content .news li {
    width: 98%;
  }
  .sec-word ul, .sec-word2 ul {
    width: 100%;
  }
  .sec-word .sec-word-tit, .sec-word2 .sec-word-tit {
    width: 100%;
    height: 40px;
    padding: 0;
    text-align: left;
    background: none !important;
    color: #333;
    border-radius: 0;
    border-bottom: 2px solid #e8e8e8;
    overflow: visible;
  }
  .sec-word .sec-word-tit p, .sec-word2 .sec-word-tit p {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    height: 40px;
    margin: 0 auto;
    padding-left: 10px;
    border-bottom: 2px solid #162c6c;
  }
  .sec-word li {
    width: 50%;
  }
  .js-cnt {
    width: 98%;
  }
  .main01-bg .main01-form .form-group {
    width: 98%;
  }
}

@media only screen and (max-width: 320px) {
  .news-cnt .nav-tabs > li {
    width: 50%;
  }
  .news-cnt .nav-tabs > li > a {
    font-size: 14px;
    text-align: center;
    padding: 0 10px !important;
  }
}
